From: Karl Heuer Date: Wed, 27 Apr 1994 21:43:24 +0000 (+0000) Subject: Use C-style comments. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91925 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2c32715abd66962ef05de3e95819ffe8ccb42900;p=emacs.git Use C-style comments. --- diff --git a/src/Makefile.in b/src/Makefile.in index 02e98304600..faceaee84a1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -858,8 +858,8 @@ relock: chmod -w $(SOURCES) chmod +w paths.h -# Arrange to make a tags table in ../lisp, and another in this dir -# which includes ../lisp/TAGS by reference. +/* Arrange to make a tags table in ../lisp, and another in this dir + which includes ../lisp/TAGS by reference. */ ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el TAGS: $(ctagsfiles)